Class org.omg.CORBA.StructDefHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.StructDefHelper
java.lang.Object
|
+----org.omg.CORBA.StructDefHelper
- public final class StructDefHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, StructDef)
-
-
_is_a(Object)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, StructDef)
-
-
narrow(Object)
-
-
type()
-
__write
public static void __write(OutputStream out,
StructDef that)
__read
public static StructDef __read(InputStream in)
extract
public static StructDef extract(Any a)
insert
public static void insert(Any a,
StructDef that)
type
public static synchronized TypeCode type()
id
public static String id()
_is_a
public static boolean _is_a(Object that)
narrow
public static StructDef narrow(Object that) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index